名前 | 解説 | |
---|---|---|
Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. | |
AddRange | オーバーロードされます。 Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. | |
Clear | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Contains | オーバーロードされます。 Check if collection contains an item with specified index. | |
CopyTo | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Remove | オーバーロードされます。 System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |